home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / hard-params / RCS / README,v < prev   
Encoding:
Text File  |  1990-08-09  |  607 b   |  34 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @# @;
  7.  
  8.  
  9. 1.1
  10. date     90.08.09.16.39.25;  author kupfer;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Notes about contents of the directory.
  17. @
  18.  
  19.  
  20.  
  21. 1.1
  22. log
  23. @Initial revision
  24. @
  25. text
  26. @hp.awk is a quick-and-dirty awk script to help you debug hard-params.
  27. (hard-params runs itself through cpp a few times, which makes it hard
  28. to specify breakpoints.)
  29.  
  30. If you need to debug hard-params, run the source file through cpp (by
  31. hand, sigh), then filter that output with awk.  Compile the resulting
  32. file and use it when dealing with the debugger.
  33. @
  34.